Browser Window : bold items are locally modified and need to be commited, items with a question mark are unknown and need to be added, items in gray are ignored, normal items are untouched.
Reload view
Refreshes the content of the browser.
Release selection
Release the selected folder will release all your editing files enclosed in this folder. It also allows you to know what you changed locally in this folder.
UnEdit selection
Unediting the selected file(s) will erase your name from the list of people currently editing the file(s).
Edit selection
Editing the selected file(s) will allow other users to know that you currently work on these file(s) (by using the Editors command).
Remove Watch from selection
Remove Watch from the selected file(s) so you stop being notified when the file(s) changed on the remote repository.
Add Watch on selection
Add Watch on the selected file(s) so you get notified when the file(s) changed on the remote repository.
Unlock selection
Unlock the selected file(s) so everybody can commit changes on the selected file(s).
Lock selection
Lock the selected file(s) on the remote repository to prevent someone else from changing it.
Erase selection
Sends the selected item(s) to the trash.
Tree log selection
Requests the cvs server the item's history (comments, revision numbers, tags, etc.)
Display the output in a tree hierarchy.
Status selection
Asks the cvs server the current status of the selected file(s) (modified, locked, etc.)
Log selection…
Requests the cvs server the item's history (comments, revision numbers, tags, etc.)
Uses the Log Window as output.
Diff selection…
Executes a Diff command that compares the selected item(s) on your local repository to any arbitrary version currently present on the cvs server repository.
Remove selection
Moves the selected item(s) in the Attic directory on the cvs server repository. You must Commit them for changes to actually take effect.
Such files can be retrieved later.
Add binary selection (disabled)
Adds the selected item(s) to the cvs server repository, transferring in a binary mode.
This only works on files that are not already present on the server. For existing files, use the Commit selection… instead.
Add binary selection
Adds the selected item(s) to the cvs server repository, transferring in a binary mode.
You must Commit them for changes to actually take effect.
Add selection (disabled)
Adds the selected item(s) to the cvs server repository.
This only works on files that are not already present on the server. For existing files (with no question mark), use the Commit selection… instead.
Add selection
Adds the selected item(s) to the cvs server repository. You must Commit them for changes to actually take effect.
Commit selection…
Sends out the selected item(s) from your local directory to the cvs server repository.
You may want to Update beforehand in order to merge the changes that might be needed.
Update selection…
Gets the latest version of the selected item(s) from the cvs server repository to your local checkout directory.